home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  261 b   |  17 lines

  1. on mouseDown
  2.   puppetSound("nav")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   if the machineType <> 256 then
  8.     puppetTransition(28, 1, 10)
  9.   end if
  10.   if the machineType = 256 then
  11.     puppetPalette("sallypal", 60, 1)
  12.   else
  13.     nothing()
  14.   end if
  15.   go("salnavpnt")
  16. end
  17.